Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split build queue into async / sync structs for separate usage #2629

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Oct 6, 2024

I want to repare some other refactor which will makes writing webserver tests easier.

But for this I need to split the build queue methods into full async ones that also can be used from the webserver, and some sync methods for the builder & queue handlers.

@syphar syphar requested a review from a team as a code owner October 6, 2024 13:47
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Oct 6, 2024
@GuillaumeGomez
Copy link
Member

Looks good to me, thanks!

@syphar syphar merged commit a5ca9aa into rust-lang:master Oct 7, 2024
11 checks passed
@syphar syphar deleted the async-build-queue branch October 7, 2024 05:11
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants